Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 6 - Style Objects / Style Objects Reference
Style Objects Routines / Managing Interpolation Styles


Q3InterpolationStyle_Get

You can use the Q3InterpolationStyle_Get function to get the interpolation style value of an interpolation style.

TQ3Status Q3InterpolationStyle_Get (
TQ3StyleObject interpolationObject, 
TQ3InterpolationStyle *interpolationStyle);
interpolationObject
An interpolation style object.
interpolationStyle
On exit, a pointer to the interpolation style value of the specified interpolation style object.
DESCRIPTION
The Q3InterpolationStyle_Get function returns, in the interpolationStyle parameter, a pointer to the current interpolation style value of the interpolation style object specified by the interpolationObject parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996